﻿gov_veche_republic = {
	transfer_of_power = dictatorial

	male_ruler = "RULER_TITLE_PRINCE"
	female_ruler = "RULER_TITLE_PRINCESS"
	
	possible = {
		OR = {
			has_law = law_type:law_presidential_republic
        }
		OR = {
			AND = { 
				exists = c:NOV 
				c:NOV = ROOT 
			}
		}
		NOT = { has_global_variable = failstate_NOV }
	}
}

gov_subsidiary_company = {
	transfer_of_power = presidential_elective
	new_leader_on_reform_government = no

	male_ruler = "RULER_TITLE_GOVERNOR_GENERAL"
	female_ruler = "RULER_TITLE_GOVERNOR_GENERAL"
	
	possible = {
		has_law = law_type:law_presidential_republic
		AND = { exists = c:BEI is_subject_of = c:BEI }
		OR = {
			AND = { exists = c:PLM c:PLM = ROOT }
			AND = { exists = c:CEL c:CEL = ROOT }
		}
		is_subject_type = subject_type_puppet
	}
}
